ReactiveMultiPage class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveMultiPage<T1, T2>
Modifiers: public abstract
Summary¶
This is an MultiPage that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveMultiPage~T1,T2~
class MultiPage~TPage~
MultiPage~TPage~ <|-- ReactiveMultiPage~T1,T2~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveMultiPage~T1,T2~
class IViewFor {
<>
}
IViewFor <|.. ReactiveMultiPage~T1,T2~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveMultiPage~T1,T2~
Inherits from: MultiPage<TPage>
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the Page changes. Override this method to add class handling for this event. |
Inherited members
See also¶
Xamarin.Forms.MultiPage1`- ReactiveUI.IViewFor`1